github.com/gotd/td/transport.wrappedConn.Write (method, view implemented interface methods)
13 uses
crypto/tls
conn.go#L944: n, err := c.conn.Write(data)
conn.go#L954: n, err := c.conn.Write(c.sendBuf)
golang.org/x/net/internal/socks
client.go#L64: if _, ctxErr = c.Write(b); ctxErr != nil {
client.go#L105: if _, ctxErr = c.Write(b); ctxErr != nil {
net
dnsclient_unix.go#L102: if _, err := c.Write(b); err != nil {
dnsclient_unix.go#L129: if _, err := c.Write(b); err != nil {
net.go#L118: Write(b []byte) (n int, err error)
net/http
h2_bundle.go#L7552: nn, err := sew.conn.Write(p[n:])
server.go#L3572: n, err = c.Conn.Write(p)
server.go#L3599: n, err = w.c.rwc.Write(p)
socks_bundle.go#L70: if _, ctxErr = c.Write(b); ctxErr != nil {
socks_bundle.go#L111: if _, ctxErr = c.Write(b); ctxErr != nil {
transport.go#L1792: n, err = w.pc.conn.Write(p)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |